HTML, Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
CSS, Cascading style sheet, is for describing the presentation of a document written in mark up language, which also determines the outlook of the page.
Firstly, you have to create a .html and a .css file
Next,you enter the basics of a html file
To further improve your webpage, you can use simple commands such as "p" ,"a href" and "br" to create link,breaks in lines and new paragraphs
CSS files are also essential to give the html webpage LIFE!